home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / mus / misc / RaveScope.lha / RaveScope / Developer / Include / delirave.i next >
Encoding:
Text File  |  1998-09-22  |  1.1 KB  |  35 lines

  1. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  2. *
  3. *        Any changes made to this file must be reflected in delirave.h
  4.  
  5.         IFND    DELIRAVE
  6. DELIRAVE    SET    1
  7.  
  8.         include    include:exec/types.i
  9.         include    "libraries/gadtools_lib.i"
  10.         include    "libraries/gadtools.i"
  11.  
  12. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  13. *
  14.         STRUCTURE    DeliRave_Data,0                * RS-TABLE (TO BSS DATA)
  15.            STRUCT    dr_oRaveHost,rh_SIZEOF            * RaveHost data
  16.            STRUCT    dr_oTimeReq,IOTV_SIZE;            * Timerequest structure
  17.            STRUCT    dr_oEClockVal1,EV_SIZE;            * EClockVal structure 1
  18.            STRUCT    dr_oEClockVal2,EV_SIZE;            * EClockVal structure 2
  19.          APTR    dr_oDeliBase;                * Ptr to Delitracker globals 
  20.          APTR    dr_oDeliPort;
  21.          APTR    dr_oTimePort;                * Ptr to timer.device msg port
  22.          APTR    dr_oNoteInfo;
  23.          APTR    dr_oIntuiMsg;
  24.          APTR    dr_oSysBase;
  25.          APTR    dr_oDOSBase;
  26.          APTR    dr_oGfxBase;
  27.          APTR    dr_oGTBase;
  28.          APTR    dr_oIntuiBase;
  29.          BYTE    dr_oTimerOpen;                * Timer device opened?
  30.          BYTE    dr_oQuit;                * Quit-flag
  31.         LABEL    DeliRave_SIZEOF
  32.  
  33.  
  34.         ENDC    ;DELIRAVE
  35.